home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / C-D / DeveloperStax.cpt / Developer Stack 1.1 / card_18515.txt < prev    next >
Text File  |  1989-02-26  |  9KB  |  140 lines

  1. -- card: 18515 from stack: in.1
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 16981
  5. -- name: Functions
  6.  
  7.  
  8. -- part contents for background part 11
  9. ----- text -----
  10. 5
  11.  
  12. -- part contents for background part 1
  13. ----- text -----
  14. Functions
  15.  
  16. -- part contents for background part 12
  17. ----- text -----
  18. •••••••••••••••••••••••••••••
  19. the abs of <number>   --returns the absolute value of <number>
  20. abs (<number>)
  21. •••••••••••••••••••••••••••••
  22. the annuity of <rate>, <periods>   --computes present or future values of ordinary annuity.
  23. annuity (<rate>,<periods>)             --<rate> is interest rate, <periods> is # of periods.
  24. •••••••••••••••••••••••••••••
  25. the atan of <number>   --returns the trigonometric arc tangent of <number>
  26. atan (<number>)
  27. •••••••••••••••••••••••••••••
  28. average (<list>)     --returns the average of number in list.
  29. •••••••••••••••••••••••••••••
  30. the charToNum of <character>   --returns ASCII equivalent of <character>
  31. •••••••••••••••••••••••••••••
  32. the clickLoc    --returns the locations of the most recent mouse click as "h,v"
  33. •••••••••••••••••••••••••••••
  34. the commandKey   --returns "up" or "down" 
  35. •••••••••••••••••••••••••••••
  36. compound (<rate>,<periods>)   --computes present or future value of a compound interest
  37.                                               --bearing account.
  38. •••••••••••••••••••••••••••••
  39. the cos of <angle>   --returns the cosine of <angle>
  40. cos(<angle>)
  41. •••••••••••••••••••••••••••••
  42. the  [ <modifier> ] date   --<modifier> is long, short, abbreviated, or abbrev.
  43.                                      --returns a string representing the current date set in the Mac.
  44. •••••••••••••••••••••••••••••
  45. the exp of <number>    --returns the mathematical exponential of <number>
  46. exp (<number>)
  47. •••••••••••••••••••••••••••••
  48. the exp1 of <number>    --returns 1 less than the mathematical exponential of <number>
  49. exp1(<number>)
  50. •••••••••••••••••••••••••••••
  51. the exp2 of <number>    --returns the value of 2 rasied to the power <number>
  52. exp2 (<number>)
  53. •••••••••••••••••••••••••••••
  54. the length of <source>     --returns the number of characters in <source>
  55. length (<source>)
  56. •••••••••••••••••••••••••••••
  57. the ln of <number>    --returns the base-e or natural logarithm of <number>
  58. ln (<number>)
  59. •••••••••••••••••••••••••••••
  60. the ln1 of <number>    --returns the base-e or natural logarithm of 1 pluse <number>
  61. ln1 (<number>)
  62. •••••••••••••••••••••••••••••
  63. the log2 of <number>    --returns the base-2 logarithm of <number>
  64. log2 (<number>)
  65. •••••••••••••••••••••••••••••
  66. max (<list>)    --returns the highest-value number from <list>
  67. •••••••••••••••••••••••••••••
  68. min (<list>)   --returns the lowest-value number from <list>
  69. •••••••••••••••••••••••••••••
  70. the mouse   --returns "up" or "down"
  71. •••••••••••••••••••••••••••••
  72. the mouseclick    --returns "true" or "false"
  73. •••••••••••••••••••••••••••••
  74. the mouseH   --returns the horizontal location of mouse pointer
  75. •••••••••••••••••••••••••••••
  76. the mouseLoc    --returns the point where mouse pointer is located as "h,v"
  77. •••••••••••••••••••••••••••••
  78. the mouseV   --returns the vertical location of mouse pointer
  79. •••••••••••••••••••••••••••••
  80. [ the ] number of [ background ] buttons   --returns the number of background or card
  81. [ the ] number of [ card ] fields                --buttons or fields.
  82. [ the ] number of backgrounds
  83. [ the ] number of cards
  84. [ the ] number of <chunks> in <source>   --<chunks> = characters, words, items,lines
  85. •••••••••••••••••••••••••••••
  86. the numToChar of <source>   --returns the character whose ASCII value is <source>
  87. numToChar (<source>)
  88. •••••••••••••••••••••••••••••
  89. offset (<string>,<source>)    --returns the number of characters from the beginning
  90.                                            --of the <source> string at which string begins.
  91. •••••••••••••••••••••••••••••
  92. the optionKey   --returns "up" or "down"
  93. •••••••••••••••••••••••••••••
  94. the param of <source>   --returns a parameter value from the parameter list passed to the
  95. param (<source>)         --currently executing handler.
  96. •••••••••••••••••••••••••••••
  97. the paramCount    --returns number of parameters passed to currently executing handler
  98. •••••••••••••••••••••••••••••
  99. the params   --returns entire parameter list, including message name
  100. •••••••••••••••••••••••••••••
  101. the random of <source>   --returns a randome integer between 1 and <source>
  102. random (<source>)
  103. •••••••••••••••••••••••••••••
  104. the result   --returns text string containing an explanation of the error from the 
  105.                  --previously executed command.
  106. •••••••••••••••••••••••••••••
  107. the round of <source>   --returns the <source> number rounded off to nearest integer.
  108. round (<source>)
  109. •••••••••••••••••••••••••••••
  110. the seconds    --returns an interger showing the number of seconds between Midnight,
  111. the secs         --Jan 1, 1904 and the current time set on the Mac.
  112. •••••••••••••••••••••••••••••
  113. the shiftKey    --returns "up" or "down"
  114. •••••••••••••••••••••••••••••
  115. the sin of <angle>   --returns the sine of <angle>
  116. sin (<angle>)
  117. •••••••••••••••••••••••••••••
  118. the sound   --returns the name of the sound resource currently playing
  119. •••••••••••••••••••••••••••••
  120. the sqrt of <number>   --returns the square root of <number>
  121. sqrt (<number>)
  122. •••••••••••••••••••••••••••••
  123. the target   --returns a string indicating the original recipient of the message.
  124. •••••••••••••••••••••••••••••
  125. the ticks   --returns an integer representing the number of ticks (1/60th of a second)
  126.                 --since the Mac was turned on or restarted.
  127. •••••••••••••••••••••••••••••
  128. the time   --returns the time as a text string.
  129. the short time
  130. the long time
  131. •••••••••••••••••••••••••••••
  132. the tool   --returns the name of the currently selected tool
  133. •••••••••••••••••••••••••••••
  134. the trunc of <number>   --returns the integer part of <number>
  135. trun (<number>)
  136. •••••••••••••••••••••••••••••
  137. the value of <source>   --evaluates <source> as an expression
  138. value (<source>)
  139. •••••••••••••••••••••••••••••
  140.